DirectoryEntryCompareTo Method
Compares this instance with the specified
DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
- obj Object
- A DirectoryEntry
Int32A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the value parameter.
IComparableCompareTo(Object)